home *** CD-ROM | disk | FTP | other *** search
- object CustomDictionariesDialog: TCustomDictionariesDialog
- Left = 251
- Top = 272
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'xxDictionaries'
- ClientHeight = 206
- ClientWidth = 312
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- DesignSize = (
- 312
- 206)
- PixelsPerInch = 96
- TextHeight = 13
- object OK: TMMTNTBItBtn
- Left = 230
- Top = 176
- Width = 75
- Height = 23
- Anchors = [akLeft, akBottom]
- Caption = 'xxOK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- end
- object CustomGroup: TTntGroupBox
- Left = 8
- Top = 8
- Width = 297
- Height = 161
- Caption = ' xxCustom Dictionaries: '
- TabOrder = 0
- object CustomDictionaries: TTntListView
- Left = 8
- Top = 16
- Width = 201
- Height = 137
- Checkboxes = True
- Columns = <
- item
- AutoSize = True
- Caption = 'Filename'
- end>
- ColumnClick = False
- HideSelection = False
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = CustomDictionariesChange
- OnDeletion = CustomDictionariesDeletion
- OnEdited = CustomDictionariesEdited
- OnEditing = CustomDictionariesEditing
- OnSelectItem = CustomDictionariesSelectItem
- end
- object NewButton: TMMTNTBItBtn
- Left = 214
- Top = 70
- Width = 75
- Height = 23
- Caption = 'xxNew'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = NewButtonClick
- end
- object DeleteButton: TMMTNTBItBtn
- Left = 214
- Top = 43
- Width = 75
- Height = 23
- Caption = 'xxDelete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = DeleteButtonClick
- end
- object EditButton: TMMTNTBItBtn
- Left = 214
- Top = 16
- Width = 75
- Height = 23
- Caption = 'xxEdit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = EditButtonClick
- end
- end
- object HelpButton: TMMTNTBItBtn
- Left = 149
- Top = 176
- Width = 75
- Height = 23
- Caption = 'xxHelp'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = HelpButtonClick
- end
- end
-